Skip to content

Various fixes#539

Merged
kived merged 2 commits into
kivy:masterfrom
kived:various-fixes
Dec 15, 2015
Merged

Various fixes#539
kived merged 2 commits into
kivy:masterfrom
kived:various-fixes

Conversation

@kived

@kived kived commented Dec 15, 2015

Copy link
Copy Markdown
Contributor

Improve installed package detection:
Always use site_packages_name if possible, and replace . with / to handle namespaced packages (i.e. zope.interface).

Fix decode error on py2:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 0: ordinal not in range(128)

Allow console width to be set via COLUMNS env var:
Avoids invalid ioctl errors and allows custom console width when running in a non-standard terminal (like PyCharm debugger).

kived added a commit that referenced this pull request Dec 15, 2015
@kived kived merged commit e6de4c8 into kivy:master Dec 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant